home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP Eylül 1998.iso
/
freeware
/
Memct00
/
memct.exe
/
mytest.dpr
< prev
next >
Wrap
Text File
|
1998-03-17
|
190b
|
14 lines
program mytest;
uses
Forms,
mytestu in 'mytestu.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.